From 9f165f6a319f4d18b0178a09437d720178295b89 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Wed, 13 Jun 2007 17:34:12 +0000 Subject: [PATCH] Link to xaw3d if available. --- lwlib/lwlib.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lwlib/lwlib.c b/lwlib/lwlib.c index bd5d9adbf9d..542b3ba5a60 100644 --- a/lwlib/lwlib.c +++ b/lwlib/lwlib.c @@ -48,7 +48,11 @@ Boston, MA 02110-1301, USA. */ #endif /* not USE_MOTIF && USE_LUCID */ #endif #if defined (USE_XAW) +#ifdef HAVE_XAW3D +#include +#else /* !HAVE_XAW3D */ #include +#endif /* HAVE_XAW3D */ #include "lwlib-Xaw.h" #endif -- 2.30.2